ci: refresh standards reusable pins 5a93d9d → 09e7023d (fix staleness gate)#41
Merged
Merged
Conversation
The governance 'Check Workflow Staleness' gate rejects 5a93d9d as out of the recency window (>50 commits / >14 days behind standards HEAD 09e7023d), and the 5a93d9d hypatia-scan reusable referenced an unresolvable actions/cache pin. Refresh the three out-of-window pins to current standards HEAD: governance.yml, hypatia-scan.yml, scorecard.yml. (rust-ci / secret-scanner / mirror pin other SHAs and are unaffected.) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Y2MWTAqX2x7goVJzjFB4j5
This was referenced Jun 21, 2026
hyperpolymath
added a commit
that referenced
this pull request
Jun 21, 2026
* ci: bump rust-ci-reusable pin cc5a372a -> 09e7023d (standards HEAD) Align the Rust CI reusable pin with the other standards pins refreshed in #41. Aims to clear the Rust CI failure (0 jobs instantiated at the old pin). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Y2MWTAqX2x7goVJzjFB4j5 * ci: pass required toolchain input to rust-ci-reusable The HEAD rust-ci-reusable requires a 'toolchain' input (forwarded to dtolnay/rust-toolchain); the bare wrapper didn't pass it. Add toolchain: stable. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Y2MWTAqX2x7goVJzjFB4j5 * ci: revert toolchain input guess (not a declared reusable input) Passing toolchain: stable caused a startup_failure (the HEAD rust-ci-reusable does not declare a 'toolchain' input). Revert to the bare pin-aligned wrapper; Rust CI remains blocked on an upstream standards reusable issue. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Y2MWTAqX2x7goVJzjFB4j5 --------- Co-authored-by: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Bumps the three out-of-window
hyperpolymath/standardsreusable-workflow pins from5a93d9dto current standards HEAD09e7023d24682621bea4e11965a1ef5e87d86c3b:.github/workflows/governance.yml.github/workflows/hypatia-scan.yml.github/workflows/scorecard.ymlWhy
governance / Check Workflow Stalenessrejects5a93d9das out of its recency window:The same
5a93d9dHypatia reusable also referenced an unresolvableactions/cache@d4373f…. Refreshing to HEAD should clear the staleness gate and — if HEAD includes theactions/cachefix — the Hypatia and OSSF Scorecard failures too. CI on this PR will confirm.Scope
Only the three pins flagged by the staleness gate.
rust-ci(cc5a372a),secret-scanner(3e4bd4c9), andmirror(e6b28847) pin other SHAs and pass, so they're left untouched. Closes the in-repo half of #38 (the upstreamstandardsfix may already be in HEAD).🤖 Generated with Claude Code
https://claude.ai/code/session_01Y2MWTAqX2x7goVJzjFB4j5
Generated by Claude Code